wait

Class: com.microstrategy.web.app.taglibs.WaitTag

Description:

WaitTag.

Usage:

This custom tag renders the interface to be shown to the user when the execution of the beans of the requested page are still processing and not yet ready to be displayed.
 <web:wait/>
 


Name Required? Description
displayMode false set the display mode used as the DisplayGuiComponent renders
flags false Indicates which buttons to include on the wait page.
Only used if type equals buttons
The possible values are:
- AbstractAppTransform.PROCESSING_BUTTONS_REFRESH
- AbstractAppTransform.PROCESSING_BUTTONS_CANCEL
- AbstractAppTransform.PROCESSING_BUTTONS_HISTORY_LIST
- AbstractAppTransform.PROCESSING_BUTTONS_VIEW_DETAILS
type false Indicates the type of display to show to the user of the wait content.
Usage:
Possible values for this attribute include:
  • buttons - indicating the interface to show to the user. It will have buttons for requesting to Check for the Status Again, add to History List, go to History List or Cancel the Request.
    If this attribute is not specified, then the content to be rendered by this tag will be the one required for the page to call again the original page requested by the user to see if it's ready (wait time by default is assigned to be 3 seconds, or as specified on Preferences).